home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MEMMON.DIR / 00078_GetCastSize script.ls < prev    next >
Encoding:
Text File  |  2003-04-21  |  110 b   |  7 lines

  1. on GetCastSize temp
  2.   if cast(temp).loaded = 0 then
  3.     myCast = cast(temp).size
  4.   end if
  5.   return myCast
  6. end
  7.